arm32: enable PSCI secondary CPU bringup
authorAndre Przywara <andre.przywara@linaro.org>
Thu, 5 Dec 2013 10:08:11 +0000 (11:08 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 5 Dec 2013 12:25:16 +0000 (12:25 +0000)
commit875c495af5f2f07d98348d1ff19277f49d18be92
tree9661ac6bc2c54d346ff05d459ceaa04945db5ae2
parent3702d92fe4540f52032281c88182e48962c08f57
arm32: enable PSCI secondary CPU bringup

If the device tree contains a PSCI node, we bring up secondary CPUs
by invoking the appropriate PSCI handler.
This will take priority over platform specific functions (which could
call the PSCI wrapper themselves if needed), so any PSCI enablement
of a platform will automatically be used (as on Linux).

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/arm32/smpboot.c
xen/arch/arm/platform.c